home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nos_kit3.zip / SLIPDIAL.DOC < prev    next >
Text File  |  1990-04-06  |  2KB  |  40 lines

  1. Article 2943 of rec.ham-radio.packet:
  2. Path: mcdphx!asuvax!cs.utexas.edu!hellgate.utah.edu!helios.ee.lbl.gov!ucsd
  3.         !ucsdhub!hp-sdd!hplabs!hpfcso!hpldola!hp-lsd!col!bdale
  4. From: bdale@col.hp.com (Bdale Garbee)
  5. Newsgroups: rec.ham-radio.packet
  6. Subject: Re: Dial-up SLIP and NET
  7. Message-ID: <4390091@col.hp.com>
  8. Date: 14 Dec 89 02:31:29 GMT
  9. References: <1298@dgbt.uucp>
  10. Organization: HP Colorado Springs Division
  11. Lines: 27
  12.  
  13. Ok, here's some fixed text for that section, sorry for the delay, but I've had
  14. a few unexpected time-consumers the last week or two.
  15.  
  16. SLIP Modem Dialing
  17.  
  18. An extension to the attach command allows the syntax:
  19.  
  20.    attach <hw type> <I/O address> <vector> <mode> <label> <bufsiz> <mtu>
  21.           [<speed>] [[optional '-' for debug] <send> <expect> <send> [...]]
  22.  
  23. for slip connections only.  The send/expect sequences allow you to dial a
  24. modem on the slip port, and negotiate a remote login to setup a slip link.
  25.  
  26.               \d  -  delay 1 second
  27.               \n  -  send newline
  28.               \r  -  send carriage return
  29.               \N  -  send NULL
  30.               \E  -  send control-D
  31.               \s  -  send space  (not really needed as the
  32.                                   cmdparse routine allows quoting)
  33.               \\  -  send backslash
  34.  
  35. Note that an expect does not have to follow the last send.  Those familiar
  36. with UUCP will recognize the expect/send paradigm as being similar to that
  37. used in the L.sys or Systems file.
  38.  
  39. 73 - Bdale, N3EUA
  40.